Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class / DetailRow Property

In This Topic
    DetailRow Property
    In This Topic
    Gets the detail row it is being loaded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DetailRow As GridDetailRow(Of TItem)
    public GridDetailRow<TItem> DetailRow {get;}
    See Also